Initial revision
authorewt <devnull@localhost>
Wed, 25 Sep 1996 19:08:31 +0000 (19:08 +0000)
committerewt <devnull@localhost>
Wed, 25 Sep 1996 19:08:31 +0000 (19:08 +0000)
CVS patchset: 1039
CVS date: 1996/09/25 19:08:31

Makefile.inc.in [new file with mode: 0644]

diff --git a/Makefile.inc.in b/Makefile.inc.in
new file mode 100644 (file)
index 0000000..a2ba87d
--- /dev/null
@@ -0,0 +1,13 @@
+topdir=@topdir@
+
+AR = ar
+RANLIB = @RANLIB@
+OPTS = @DEFS@
+CFLAGS = @CFLAGS@ $(WARNINGS) $(OPTS) -I$(topdir) -I$(topdir)/lib \
+       -I$(topdir)/build -I$(topdir)/misc -I$(topdir)/.. -I$(topdir)/../lib \
+       -I$(topdir)/../build -I$(topdir)/../misc \
+       -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DVERSION=\"$(VERSION)\" 
+LDFLAGS = @LDFLAGS@ -Llib -Lbuild -Lmisc -L../lib -L../build -L../misc
+VERSION = 2.2.7
+CC = @CC@
+