From 55d2bd04b41f72080d38499c7cf7837d949d2cf0 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 1 Sep 1997 20:42:20 +0000 Subject: [PATCH] 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 --- Source/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index 2dec8761c..3a515e0cc 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -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)