Update of /cvsroot/mahogany/M/extra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30069/extra
Modified Files:
Makefile
Log Message:
don't build extra/src any more, there is nothing left there
Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/extra/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- Makefile 15 Jul 2003 00:47:32 -0000 1.12
+++ Makefile 2 May 2004 12:31:49 -0000 1.13
@@ -4,27 +4,9 @@
include ../makeopts
-SUB_DIRS := src/compface
-ifdef HAVE_LIBMAL
-SUB_DIRS += src/libmal
-endif
-
all:
-ifeq ($(USE_MINGW),yes)
- $(MAKE) -j1 -C src/c-client -f .src/makefile.nt.gcc
- set -e; for i in $(SUB_DIRS); do $(MAKE) -C $$i; done
-else
- $(MAKE) -j1 -C src/c-client -f .src/Makefile.M
- set -e; for i in $(SUB_DIRS); do $(MAKE) -C $$i; done
-endif
-
-doc: ; @true
-
-clean:
- $(MAKE) -C src/c-client -f .src/Makefile.M $@
- set -e; for i in $(SUB_DIRS); do $(MAKE) -C $$i $@; done
- $(RM) core
+ @true
install:
$(MAKE) -C install install
-.PHONY: all dep clean doc static allclean install
+.PHONY: all install
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates