Adjust site_ansto/Makefile to define SITE_ANSTO for common SICS files

This commit is contained in:
Douglas Clowes
2013-02-15 09:45:57 +11:00
parent 49a2cbff50
commit fcac36591e

View File

@@ -22,6 +22,7 @@ PSI_SLIBS = matrix/libmatrix.a
PSI_LIBS = \
$(LIB_TCL8) $(LIB_HDF5) -lpthread \
-ldl -lz -lm -lc $(LIB_MXML) $(LIB_JSON)
PSI_CFLAGS += -DSITE_ANSTO=1
../%.o : ../%.c
cd ..; $(CC) -c $(PSI_CFLAGS) $*.c -o $*.o