1998-04-29 11:12:12 +00:00
|
|
|
--- Imakefile.orig Wed Mar 4 17:36:44 1998
|
|
|
|
+++ Imakefile Wed Apr 22 13:21:12 1998
|
|
|
|
@@ -55,7 +55,7 @@
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1998-04-29 11:12:12 +00:00
|
|
|
SRCS = $(OBJS:.o=.c)
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1998-04-29 11:12:12 +00:00
|
|
|
- XMLIB = -lXm -lXpm
|
|
|
|
+ XMLIB = ${MOTIFLIB} -lXpm
|
1996-08-16 17:04:26 +00:00
|
|
|
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
1998-04-29 11:12:12 +00:00
|
|
|
EXTRA_INCLUDES = -I../../libastro
|
|
|
|
LOCAL_LDFLAGS = -L../../libastro
|
|
|
|
@@ -64,3 +64,8 @@
|
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
|
1998-04-29 11:12:12 +00:00
|
|
|
+ tar -cf - auxil catalogs tools |(cd ${PREFIX}/lib/X11/xephem; tar -xf -)
|
1997-07-14 22:09:29 +00:00
|
|
|
+ sed s,@PREFIX@,${PREFIX}, XEphem.ad > ${PREFIX}/lib/X11/app-defaults/XEphem
|