X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=Makefile;h=d6a5ac8a0aaa4ed00ede08ea7ae3954dea431568;hp=09cf70791ba99f94cfa95df35d205c4a5483e8c4;hb=38119fcb7be8437bc535665f20af8b641ee67e64;hpb=5c61e75056305c3199cef1b5d080cc8c4fc23552 diff --git a/Makefile b/Makefile index 09cf707..d6a5ac8 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ CLEAN_HOME?=/opt/clean CLM:=clm -override CLMFLAGS+=-nt -dynamics -GCCVERSIONGTEQ6:=$(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 6) -ifeq "$(GCCVERSIONGTEQ6)" "1" - override CLMFLAGS+=-l -no-pie -endif +override CLMFLAGS+=-nt CLMLIBS:=\ -I $(CLEAN_HOME)/lib/Platform\ @@ -13,10 +9,10 @@ CLMLIBS:=\ -I $(CLEAN_HOME)/lib/Generics\ -I $(CLEAN_HOME)/lib/TCPIP\ -I $(CLEAN_HOME)/lib/Dynamics\ - -I ~/projects/gast/Libraries\ - -I ./libcloogle + -I ./libcloogle\ + -I ./clean-selectloop/libraries -BINARIES:=IRC cloogle test +BINARIES:=IRC IRCBot cloogleirc #test all: $(BINARIES)