blob: 03f08a4f213893c8d6f5e022a0d747f7ac98476d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- programs/dpsinfo/Imakefile.orig Thu Mar 4 09:48:47 2004
+++ programs/dpsinfo/Imakefile Sat May 29 16:21:20 2004
@@ -3,7 +3,6 @@
DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXONLYLIB)
LOCAL_LIBRARIES = $(DPSLIB) $(XTOOLLIB) $(XONLYLIB)
- PSWRAP = PsWrap
SRCS = iwraps.psw dpsinfo.c
@@ -13,10 +12,10 @@
.SUFFIXES: .psw .h
-.psw.c : ProgramTargetName($(PSWRAP))
+.psw.c : PsWrapDependency
RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
-.psw.h : ProgramTargetName($(PSWRAP))
+.psw.h : PsWrapDependency
RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
depend:: $(DERIVED_FILES)
|