X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=Makefile;h=4be80d8e73b255d4fcf01f1bbb8777d471ddc320;hp=52e804e6aef0898fd643ee6f5b9c70db31023a58;hb=befcf2ab2ca4e80eebcbd839ce4a0375ae9a6012;hpb=c889f42c8845390b3ba7e65b7c28fbe71c7ac374 diff --git a/Makefile b/Makefile index 52e804e..4be80d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CLEAN_HOME?=/opt/clean CLM:=clm -override CLMFLAGS+=-nt +override CLMFLAGS+=-nt -dynamics GCCVERSIONGTEQ6:=$(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 6) ifeq "$(GCCVERSIONGTEQ6)" "1" override CLMFLAGS+=-l -no-pie @@ -13,8 +13,10 @@ CLMLIBS:=\ -I $(CLEAN_HOME)/lib/Generics\ -I $(CLEAN_HOME)/lib/TCPIP\ -I $(CLEAN_HOME)/lib/Dynamics\ + -I ~/projects/gast/Libraries\ + -I ./libcloogle -BINARIES:=test cloogle +BINARIES:=IRC cloogle #test all: $(BINARIES)