From 35997e9d743721ee0392812d38e29616885a427c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 Dec 2015 15:53:59 +0100 Subject: renamed the project to aCms (avoid confusion) --- 3rdParty/libb64/src/Makefile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 3rdParty/libb64/src/Makefile (limited to '3rdParty/libb64/src/Makefile') diff --git a/3rdParty/libb64/src/Makefile b/3rdParty/libb64/src/Makefile deleted file mode 100644 index 28b2382..0000000 --- a/3rdParty/libb64/src/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -LIBRARIES = libb64.a - -# Build flags (uncomment one) -############################# -# Release build flags -CFLAGS += -O3 -############################# -# Debug build flags -#CFLAGS += -g -############################# - -SOURCES = cdecode.c cencode.c - -TARGETS = $(LIBRARIES) - -LINK.o = gcc - -CFLAGS += -Werror -pedantic -CFLAGS += -I../include - -vpath %.h ../include/b64 - -.PHONY : clean - -all: $(TARGETS) #strip - -libb64.a: cencode.o cdecode.o - $(AR) $(ARFLAGS) $@ $^ - -strip: - strip $(BINARIES) *.exe - -clean: - rm -f *.exe* *.o $(TARGETS) *.bak *~ - -distclean: clean - rm -f depend - -depend: $(SOURCES) - makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend - --include depend - -- cgit v1.2.3-54-g00ecf