objects may now be separated from sources M.Z.
This commit is contained in:
8
make_gen
8
make_gen
@ -6,6 +6,8 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o .f
|
||||
|
||||
VPATH=$(SRC)
|
||||
|
||||
OBJ=psi.o buffer.o ruli.o dmc.o nxsans.o nextrics.o sps.o pimotor.o \
|
||||
pipiezo.o sanswave.o faverage.o fowrite.o amor2t.o nxamor.o \
|
||||
amorstat.o tasinit.o tasdrive.o tasutil.o tasscan.o swmotor.o \
|
||||
@ -18,10 +20,10 @@ OBJ=psi.o buffer.o ruli.o dmc.o nxsans.o nextrics.o sps.o pimotor.o \
|
||||
el737hpv2driv.o swmotor2.o
|
||||
|
||||
libpsi.a: $(OBJ)
|
||||
- rm libpsi.a
|
||||
rm -f libpsi.a
|
||||
ar cr libpsi.a $(OBJ)
|
||||
ranlib libpsi.a
|
||||
|
||||
clean:
|
||||
- rm *.a
|
||||
- rm *.o
|
||||
rm -f *.a
|
||||
rm -f *.o
|
||||
|
Reference in New Issue
Block a user