blob: d8fab9c64ba3801a6a76d5763450b7d9b257ebd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Imakefile.orig Tue Jul 26 23:10:17 1994
+++ Imakefile Fri Oct 13 22:40:03 2000
@@ -1,5 +1,8 @@
LOCAL_LIBRARIES = XawClientLibs -lm
DEPLIBS = XawClientDepLibs
-SimpleProgramTarget(xoj)
+SRCS = xoj.c
+OBJS = xoj.o
+
+ComplexProgramTargetNoMan(xoj)
|