mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(SRCS): Added nsnotification.m.
(tcpport, remote): Force check of libobjects re-compilation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
63b4e802b0
commit
1716353d46
1 changed files with 10 additions and 3 deletions
|
@ -93,12 +93,17 @@ diningPhilosophers.m \
|
|||
nsmaptable.m \
|
||||
nshashtable.m \
|
||||
tcpport-server.m \
|
||||
tcpport-client.m
|
||||
tcpport-client.m \
|
||||
nsnotification.m
|
||||
|
||||
# nsarchiving.m
|
||||
|
||||
tcpport: tcpport-server tcpport-client
|
||||
remote: server client
|
||||
tcpport: FORCE
|
||||
(cd ../src; $(MAKE))
|
||||
$(MAKE) tcpport-server tcpport-client
|
||||
remote: FORCE
|
||||
(cd ../src; $(MAKE))
|
||||
$(MAKE) server client
|
||||
|
||||
HDRS = \
|
||||
server.h
|
||||
|
@ -170,3 +175,5 @@ copy-dist: $(DIST_FILES)
|
|||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd ..; $(SHELL) config.status
|
||||
|
||||
FORCE:
|
||||
|
|
Loading…
Reference in a new issue