2002-09-12 22:17:05 +00:00
|
|
|
--- Imakefile.orig Sat Sep 5 08:11:33 1998
|
2002-09-29 04:24:01 +00:00
|
|
|
+++ Imakefile Sat Sep 28 21:22:48 2002
|
|
|
|
@@ -10,4 +10,16 @@
|
2000-09-29 13:42:37 +00:00
|
|
|
SRCS = wmmixer.cc
|
|
|
|
OBJS = wmmixer.o
|
|
|
|
|
|
|
|
-ComplexProgramTarget(wmmixer)
|
2002-09-12 22:17:05 +00:00
|
|
|
+PROGRAM = wmmixer
|
|
|
|
+AllTarget(wmmixer)
|
|
|
|
+
|
|
|
|
+ProgramTargetName(wmmixer): $(OBJS) $(DEPLIBS)
|
|
|
|
+ RemoveTargetProgram(wmmixer)
|
|
|
|
+ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS))
|
|
|
|
+
|
2002-09-29 04:24:01 +00:00
|
|
|
+InstallProgram(wmmixer,$(BINDIR))
|
|
|
|
+
|
2002-09-12 22:17:05 +00:00
|
|
|
+DependTarget()
|
|
|
|
+LintTarget()
|
|
|
|
+clean::
|
|
|
|
+ RemoveFile(ProgramTargetName(wmmixer))
|