[Fedora-directory-commits] setuputil/installer/unix/lib Makefile, 1.2, 1.3

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Sat Jan 28 02:33:33 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/setuputil/installer/unix/lib
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14258/installer/unix/lib

Modified Files:
	Makefile 
Log Message:
[175900] SetupUtil build (IPF)
Ported onto HP-UX IPF (B.11.23)



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/lib/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	19 Jan 2006 23:10:11 -0000	1.2
+++ Makefile	28 Jan 2006 02:33:25 -0000	1.3
@@ -54,26 +54,27 @@
 endif
 
 ifeq ($(ARCH), HPUX)
-ifeq ($(NSOS_RELEASE),B.11.00)
-MODERNHP=1
-endif
-ifeq ($(NSOS_RELEASE), B.11.11)
-MODERNHP=1
-endif
-
-ifdef MODERNHP
-ifeq ($(USE_64), 1)
-CURSES=-lHcurses
+ ifeq ($(NSOS_RELEASE),B.11.00)
+  OLDHP:=1
+ endif
+ ifeq ($(NSOS_RELEASE), B.11.11)
+  OLDHP:=1
+ endif
+
+ifdef OLDHP
+ ifeq ($(USE_64), 1)
+  CURSES=-lHcurses
+ else
+  CFLAGS += -D__HP_CURSES
+  CURSES=-lHcurses
+  EXTRA_LIBS+= -ld4r
+ endif
 else
-CFLAGS += -D__HP_CURSES
-CURSES=-lHcurses
-EXTRA_LIBS+= -ld4r
-endif
-else
-CURSES=/usr/lib/libcurses.a
+ CURSES=-lcurses
 endif
+
 else
-CURSES=-lcurses -ltermcap
+ CURSES=-lcurses -ltermcap
 endif
 
 all: $(LIBDEST) $(OBJDEST) $(OBJS) $(LIBS) $(STAGE)




More information about the Fedora-directory-commits mailing list