372f7910fb
- Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
23 lines
636 B
Text
23 lines
636 B
Text
--- programs/texteroids/Imakefile.orig Mon Sep 2 13:23:43 2002
|
|
+++ programs/texteroids/Imakefile Mon Sep 2 13:27:13 2002
|
|
@@ -3,7 +3,6 @@
|
|
DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XTOOLLIB) $(DPSLIB) $(XLIB)
|
|
SYS_LIBRARIES = MathLibrary
|
|
- PSWRAP = PsWrap
|
|
|
|
SRCS = twraps.psw texteroids.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)
|