1997-03-27 23:44:49 +00:00
|
|
|
--- Imakefile~ Thu Mar 27 15:23:53 1997
|
|
|
|
+++ Imakefile Thu Mar 27 16:25:24 1997
|
|
|
|
@@ -15,10 +15,15 @@
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1997-03-27 23:44:49 +00:00
|
|
|
OBJS = $(SRCS:.c=.o)
|
1996-08-16 17:04:26 +00:00
|
|
|
|
|
|
|
- XMLIB = -lXm
|
|
|
|
+ XMLIB = ${MOTIFLIB}
|
|
|
|
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
SYS_LIBRARIES = -lm
|
1997-03-27 23:44:49 +00:00
|
|
|
PROGRAMS = xephem
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1997-03-27 23:44:49 +00:00
|
|
|
ComplexProgramTarget(xephem)
|
|
|
|
+
|
1996-08-16 17:04:26 +00:00
|
|
|
+install::
|
|
|
|
+ mkdir -p ${PREFIX}/lib/X11/xephem
|
1997-03-27 23:44:49 +00:00
|
|
|
+ tar -cf - auxil edb tools work |(cd ${PREFIX}/lib/X11/xephem; tar -xf -)
|
1996-08-16 17:04:26 +00:00
|
|
|
+ cp XEphem.ad ${PREFIX}/lib/X11/app-defaults/XEphem
|