From 44a49cb801191cd6e803204aaffe04ab7a65a345 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 4 Jul 2009 15:29:29 +0000 Subject: 2009-07-04 Alfredo Portes * contrib/texmacs: New. --- contrib/texmacs/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 contrib/texmacs/Makefile (limited to 'contrib/texmacs/Makefile') diff --git a/contrib/texmacs/Makefile b/contrib/texmacs/Makefile new file mode 100755 index 00000000..3109524e --- /dev/null +++ b/contrib/texmacs/Makefile @@ -0,0 +1,18 @@ + +############################################################################### +# MODULE : Make file for opeenaxiom plugin +# BY : Joris van der Hoeven +# COPYRIGHT : This software falls under the GNU general public license; +# see the file 'LICENSE', which is provided with this package. +############################################################################### + +CC = gcc +RM = rm -f + +all: bin/tm_openaxiom + +bin/tm_openaxiom: src/tm_openaxiom.c + $(CC) src/tm_openaxiom.c src/texbreaker.c -o bin/tm_openaxiom + +clean: + $(RM) bin/tm_openaxiom -- cgit v1.2.3