summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-06-27 10:51:00 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-06-27 10:51:00 +0000
commitf89739f45ebc9d427d0aae9dba5725f34aeb2c58 (patch)
treebd46bcba9d38a6b98623a00df4b83bd56c6ba35c
parent01b4c2b82f6cf5530f87617829059baf4a18971b (diff)
cleanup
-rw-r--r--wizards/util/makefile.mk38
1 files changed, 9 insertions, 29 deletions
diff --git a/wizards/util/makefile.mk b/wizards/util/makefile.mk
index 4399ae1fd94a..438403fd1190 100644
--- a/wizards/util/makefile.mk
+++ b/wizards/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: tv $ $Date: 2001-05-17 14:44:42 $
+# last change: $Author: hjs $ $Date: 2001-06-27 11:51:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,41 +68,21 @@ GEN_HID=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-
+# --- Targets ------------------------------------------------------------
-.IF "$(depend)" == ""
-all: \
- $(SRS)$/hidother.hid \
- ALLTAR
+.INCLUDE : target.mk
-#$(SRS)$/hidother.hid: hidother.src
-#.IF "$(GUI)$(CPU)"=="WNTI"
-# @+copy hidother.src ..$/$(INPATH)$/srs$/hidother.hid
-#.ELSE
-# @+echo nix
-#.ENDIF
+.IF "$(GUI)"=="WNT"
+.IF "$(BUILD_SOSL)"==""
+ALLTAR : $(SRS)$/hidother.hid
-$(SRS)$/hidother.hid: hidother.src
-.IF "$(GUI)" =="WNT"
-.IF "$(BUILD_SOSL)"==""
- @+echo
- @+echo NO HIDS!
- @+echo
- +mhids hidother.src ..$/$(INPATH)$/srs wizards hidother
.ENDIF
-.ELSE
- @echo wnt only
.ENDIF
-
-.ENDIF # no depend
-# --- Targets ------------------------------------------------------------
-
-.INCLUDE : target.mk
+$(SRS)$/hidother.hid: hidother.src
+ +mhids hidother.src ..$/$(INPATH)$/srs wizards hidother