summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_yxx.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-20 13:43:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-20 13:43:26 +0000
commit22c7f3f170c30085b1fe93d0e83a665b36b9738a (patch)
treee71996a7ae8480d0bf7fa265604d62b424c3b989 /solenv/inc/tg_yxx.mk
parent11cb1baf50ca8d57cc3a722e24bb973e6e64760a (diff)
initial import
Diffstat (limited to 'solenv/inc/tg_yxx.mk')
-rw-r--r--solenv/inc/tg_yxx.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/solenv/inc/tg_yxx.mk b/solenv/inc/tg_yxx.mk
new file mode 100644
index 000000000000..3acb75803f05
--- /dev/null
+++ b/solenv/inc/tg_yxx.mk
@@ -0,0 +1,14 @@
+
+.IF "$(YACCTARGET)"!=""
+$(YACCTARGET): $(YACCFILES)
+ @echo ------------------------------
+ @echo Making: $@
+#.IF "$(GUI)"!="UNX"
+ $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES)
+#.ELSE
+# $(BISON) $(YACCFLAGS) $(YACCFILES)
+# mv y.tab.c $(INCCOM)/rscyacc.yxx
+# mv y.tab.h $(INCCOM)/yytab.h
+#.ENDIF
+.ENDIF
+