Finished the auth token client port to Linux and made some minor
makefile system maintenance.
This commit is contained in:
		@@ -29,8 +29,6 @@ TARGET_CFG = Release
 | 
			
		||||
DEFINES = -DNDEBUG
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing 
 | 
			
		||||
 | 
			
		||||
SUBDIRS =
 | 
			
		||||
 | 
			
		||||
DIST_SUBDIRS =
 | 
			
		||||
@@ -59,10 +57,12 @@ CFILES = ../config.c \
 | 
			
		||||
CSFILES_CSC :=
 | 
			
		||||
INCLUDES = -I. -I.. -I$(CASAINCLUDE) -I../../../include
 | 
			
		||||
RESOURCES =
 | 
			
		||||
 | 
			
		||||
if LIB64
 | 
			
		||||
DEFINES += -D_LIB64
 | 
			
		||||
endif
 | 
			
		||||
CFLAGS += $(INCLUDES) $(DEFINES)
 | 
			
		||||
 | 
			
		||||
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing $(INCLUDES) $(DEFINES)
 | 
			
		||||
LIBS = -lpthread -ldl
 | 
			
		||||
LDFLAGS = -Bsymbolic -shared -Wl,-soname=$(MODULE_NAME).$(MODULE_EXT) -L$(ROOT)/lib/$(TARGET_CFG)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user