|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1207 (0x4b7) Types: TextFile Names: »Makefile.net«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/Sun/Mahjongg/Makefile.net«
#/* # * Copyright 1988, Mark Holm # * Exceptions # * # * Acknowledgments to Dorothy Robinson for her artistic # * abilities in drawing the icons and to Jim Batch for # * technical support and graphical concepts (which I abandoned in favor # * of the easy way out). # * # * Permission is given to copy and distribute for non-profit purposes. # * # */ # Removed the DISTFILES? entries as they didn't match the # net distributed version and I didn't want to put in 37 entries. # Bill Randle, 6/17/88 # #ifndef lint # place to put the manual page MANLOC = /usr/man/man6/mahjongg.6 # Place to put the executable DESTDIR = /usr/games #Target machine - -DRDRUNNER only valid define # currently only necessary when compiling icons.o TARGET= .c.o: cc -c $(CFLAGS) $< CFLAGS = -O #CFLAGS = -g #CFLAGS = -g -Bstatic # 4.0 OS SWOBJS = icons.o mahjongg.o event.o SWLIBS= -lm -lsuntool -lsunwindow -lpixrect mahjongg: $(SWOBJS) cc $(CFLAGS) -o mahjongg $(SWOBJS) $(SWLIBS) install: mahjongg cp mahjongg $(DESTDIR) cp mahjongg.6 $(MANLOC) mahjongg.o: mahjongg.h color.h event.o: mahjongg.h icons.o: icons.c cc -c $(CFLAGS) $(TARGET) icons.c clean: /bin/rm -f core mahjongg *.o swshar*