Author: bernhard
Date: Sun Apr 30 07:30:29 2006
New Revision: 12464

Modified:
   trunk/config/gen/makefiles/languages.in

Log:
Add APL targets to languages/Makefile


Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in     (original)
+++ trunk/config/gen/makefiles/languages.in     Sun Apr 30 07:30:29 2006
@@ -9,6 +9,7 @@
 # add new languages here
 # remove obsolete languages here
 LANGUAGES = \
+    APL \
     BASIC \
     HQ9plus \
     Zcode \
@@ -72,6 +73,7 @@
        $(RM_F) languages_smoke.html
 
 clean: \
+    APL.clean \
     BASIC.clean \
     HQ9plus.clean \
     Zcode.clean \
@@ -101,6 +103,14 @@
 
 # The *.dummy targets are a replacement for the target .PHONY in 'GNU make'
 
+APL : APL.dummy
+APL.dummy:
+       - $(MAKE) APL
+APL.test:
+       - $(MAKE) APL test
+APL.clean:
+       - $(MAKE) APL clean
+
 BASIC : BASIC.dummy
 BASIC.dummy:
 # don't know how to build BASIC

Reply via email to