ack/util/ceg/util/make_back
1991-09-05 16:35:56 +00:00

20 lines
422 B
Plaintext

# $Header$
#PARAMS do not remove this line!
# requires definitions for OBJ and SRC_DIR; not to be called directly
CEG = $(TARGET_HOME)/lib.bin/ceg
BACK = $(CEG)/ce_back/$(OBJ)_back
all: back.$(LIBSUF)
back.$(LIBSUF): mach.h
-mkdir back
cd back;cp $(BACK)/*h . ; cp $(BACK)/Makefile . ; make ; cd ..
$(AR) r back.$(LIBSUF) back/*.$(SUF)
$(RANLIB) back.$(LIBSUF)
mach.h: $(SRC_DIR)/mach.h
cp $(SRC_DIR)/mach.h .