home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-05-12 | 355 b | 17 lines |
- #### host, target, and site specific Makefile frags come in here.
-
- srcdir = .
- CFLAGS = -g
-
- # Nothing to do...
- all:
-
- clean mostlyclean:
- -rm -f *.o gdbme *.diff *~ *.bad core foo .gdb_history
-
- distclean realclean: clean
- -rm -f Makefile config.status
-
- Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
- $(SHELL) ./config.status
-