From f4e75c6395310fa4b119d3eaa9a4a9f8913df200 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 12 May 2015 03:27:06 +0000 Subject: Update to ficl 4.1.0 (latest release on sourceforge) --- softcore/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 softcore/makefile (limited to 'softcore/makefile') diff --git a/softcore/makefile b/softcore/makefile new file mode 100644 index 000000000000..d686f17a62fb --- /dev/null +++ b/softcore/makefile @@ -0,0 +1,11 @@ +SOURCES = softcore.fr ifbrack.fr prefix.fr ficl.fr jhlocal.fr marker.fr oo.fr classes.fr string.fr ficllocal.fr fileaccess.fr + +../softcore.c: makesoftcore $(SOURCES) + makesoftcore $(SOURCES) + +makesoftcore: makesoftcore.c ../lzcompress.c ../bit.c + $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -o makesoftcore makesoftcore.c ../lzcompress.c ../bit.c + +clean: + - rm ../softcore.c *.o makesoftcore + -- cgit v1.3