Added a few lines to build 'gpbs' the GNU PasteBoard Server - which provides

the central pasteboard system for the NSPasteboard class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1997-09-01 20:42:20 +00:00
parent 98e2f8a265
commit 55d2bd04b4

View file

@ -253,7 +253,7 @@ IMPORT_LIBRARY=@IMPORT_LIBRARY@
# targets
#
all: header_links src
all: header_links src gpbs
header_links:
-rm -rf ../Headers/AppKit
@ -263,6 +263,10 @@ header_links:
src: @STATIC_LIBRARY@ @SHARED_LIBRARY@
gpbs: gpbs.m
$(CC) $(ALL_CPPFLAGS) $(DEFS) $(ALL_OBJCFLAGS) -g -w -o $@ $< \
NSPasteboard.o $(LIBS)
# library
$(MAIN_FILE)$(libext): $(OBJS)
$(AR) $(ARFLAGS) $(AROUT)$(MAIN_FILE)$(libext) $(OBJS)