Rev 4680 | Blame | Compare with Previous | Last modification | View Log | RSS feed
include ../../Makefile.defifeq ($(OS_FLAG), -D_LINUX)OBJS = elasticPPc.o elasticPlaneStressC.oall: $(OBJS)$(CC++) -shared -Wl,-soname,elasticPPc.so -o elasticPPc.so elasticPPc.o -lc$(CC++) -shared -Wl,-soname,elasticPPc.so -o elasticPlaneStressC.so elasticPlaneStressC.o -lcelasticPPc.o: elasticPPc.c$(CC++) -fPIC $(INCLUDES) -g -c -Wall elasticPPc.celasticPlaneStressC.o: elasticPlaneStressC.c$(CC++) -fPIC $(INCLUDES) -g -c -Wall elasticPlaneStressC.celseLIBRARY_C = elasticPPC.dyliball: $(OBJS)$(CC++) $(OS_FLAG) -dynamiclib $(INCLUDES) -Wl,-undefined,suppress,-flat_namespace elasticPPC.c $(OUTSIDE_OBJS) -current_version 1.0 -compatibility_version 1.0 -fvisibility=hidden -o elasticPPC.dylib$(CC++) $(OS_FLAG) -dynamiclib $(INCLUDES) -Wl,-undefined,suppress,-flat_namespace elasticPlaneStressC.c $(OUTSIDE_OBJS) -current_version 1.0 -compatibility_version 1.0 -fvisibility=hidden -o elasticPlaneStressC.dylibendif# Miscellaneoustidy:@$(RM) $(RMFLAGS) Makefile.bak *~ #*# coreclean: tidy@$(RM) $(RMFLAGS) $(OBJS) *.o core *.out *.so *.dylibspotless: clean@$(RM) $(RMFLAGS) $(PROGRAM) fake corewipe: spotless@$(RM) $(RMFLAGS) $(PROGRAM) fake core $(LIBRARY)# DO NOT DELETE THIS LINE -- make depend depends on it.