]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.1
[ncurses.git] / ncurses / Makefile.in
index bed5ee95d2c238478a5ff977dd1033c2a87525f1..41b66f69732b9c126c86f8b499ed0d4d92a20e27 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.63 1999/09/01 22:35:53 tom Exp $
+# $Id: Makefile.in,v 1.66 2000/05/28 01:39:56 tom Exp $
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998,1999,2000 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -129,7 +129,7 @@ AUTO_SRC = \
        ./names.c \
        ./unctrl.c
 
-TEST_DEPS      = @LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
+TEST_DEPS      = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
 TEST_ARGS      = -L../lib -lncurses@DFT_ARG_SUFFIX@
 TEST_LDFLAGS   = @LD_MODEL@ $(TEST_ARGS) @LIBS@ @EXTRA_LIBS@ @LOCAL_LDFLAGS@ @LDFLAGS@
 
@@ -145,7 +145,8 @@ tinfo       = $(srcdir)/tinfo
 trace  = $(srcdir)/trace
 
 ################################################################################
-all ::         $(AUTO_SRC) ../lib $(LIBRARIES)
+all \
+libs ::                $(AUTO_SRC) ../lib $(LIBRARIES)
 
 sources:       $(AUTO_SRC)