http://server.ccl.net/cca/software/SOURCES/C/periodic-table/old-version/makefile.shtml |
CCL makefile | ||||
|
CC_OPTIONS = -g # Compiler options macro LIBS = -lcursesX -lm -o periodic MAIN = periodic.o display_file.o newper : $(MAIN) cc $(CC_OPTIONS) $(MAIN) $(LIBS) periodic.o : periodic.c cc -g -c periodic.c display_file.o : display_file.c cc -g -c display_file.c |
[ CCL Home Page ]
[ old-version ]
[ Raw Version of this page ]
Modified: Fri Sep 30 16:00:00 1994 GMT |
Page accessed 4984 times since Sat Apr 17 21:59:07 1999 GMT |