From f89739f45ebc9d427d0aae9dba5725f34aeb2c58 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Wed, 27 Jun 2001 10:51:00 +0000 Subject: cleanup --- wizards/util/makefile.mk | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) (limited to 'wizards/util') 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 -- cgit v1.2.3