OSSP CVS Repository

ossp - Difference in ossp-pkg/var/Makefile.in versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/var/Makefile.in 1.4 -> 1.5

--- Makefile.in  2002/02/27 13:44:16     1.4
+++ Makefile.in  2002/02/28 08:08:16     1.5
@@ -53,6 +53,9 @@
 TST_NAME    = var_test
 TST_OBJS    = var_test.o
 
+PLY_NAME    = var_play
+PLY_OBJS    = var_play.o
+
 MAN_NAME    = var-config.1 var.3
 
 #   helper macro for generating a Unix manual page
@@ -68,7 +71,7 @@
 .SUFFIXES:
 .SUFFIXES: .c .o .lo
 
-all: $(LIB_NAME) $(TST_NAME) $(MAN_NAME)
+all: $(LIB_NAME) $(TST_NAME) $(PLY_NAME) $(MAN_NAME)
 
 .c.o:
         $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
@@ -77,6 +80,7 @@
 
 $(LIB_OBJS): Makefile
 $(TST_OBJS): Makefile
+$(PLY_OBJS): Makefile
 
 $(LIB_NAME): $(LIB_OBJS)
         @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
@@ -85,6 +89,9 @@
 $(TST_NAME): $(TST_OBJS) $(LIB_NAME)
         @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
 
+$(PLY_NAME): $(PLY_OBJS) $(LIB_NAME)
+        @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(PLY_NAME) $(PLY_OBJS) $(LIB_NAME) $(LIBS)
+
 var-config.1: var-config.pod VERSION
         BASENAME="var-config"; SEC=1; \
         NAME="VAR"; ONELINE="Variable Expansion Library"; \
@@ -112,6 +119,7 @@
 clean:
         -$(RM) $(LIB_NAME) $(LIB_OBJS)
         -$(RM) $(TST_NAME) $(TST_OBJS)
+        -$(RM) $(PLY_NAME) $(PLY_OBJS)
 
 distclean: clean
         -$(RM) config.log config.status config.cache

CVSTrac 2.0.1