|
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 - download
Length: 251 (0xfb) Types: TextFile Names: »Makefile«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦4ef0278ca⟧ »./binutils.tar.Z« └─⟦3761b9c35⟧ └─⟦this⟧ »binutils/hp-bin/Makefile«
CFLAGS = -O -I../hp-include EXECUTABLES = hpxt chatr all : $(EXECUTABLES) clean : rm -f *.o $(EXECUTABLES) hpxt : hpxt.o ioutil.o $(CC) -o hpxt hpxt.o ioutil.o chatr : chatr.o ioutil.o $(CC) -o chatr chatr.o ioutil.o hpxt.o chatr.o : ioutil.h