home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-23 | 490 b | 19 lines |
-
- CFLAGS= -O2
-
- OBJS= resgrep.o resources.o export.o list.o utils.o exportedit.o settings.o \
- output.o list.o
-
- resgrep: ${OBJS}
- gcc -o resgrep ${OBJS} -lg++ -lc -lamiga
-
- resgrep.o: resgrep.cc resources.h utils.h
- resources.o: resources.cc resources.h utils.h export.h
- utils.o: utils.cc utils.h
- export.o: export.cc utils.h export.h
- exportedit.o: exportedit.cc utils.h export.h
- settings.o: settings.cc export.h resgrep.h
- output.o: output.cc resgrep.h
- list.o: list.cc list.h
-
-