Commit graph

32 commits

Author SHA1 Message Date
mccallum
e72a0c0fd2 (SRCS): Add nstimer.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1139 72102866-910b-0410-8b05-ffd578937521
1996-03-13 02:40:59 +00:00
mccallum
eff3167015 (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
1996-03-06 14:42:02 +00:00
mccallum
26f9a8137a Removed all invdividual targets for executables. Use general rule
that works for GNU make, but may not work for others.
(SRCS): Add tcpport-server.m and tcpport-client.m.
(tcpport): New target.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1028 72102866-910b-0410-8b05-ffd578937521
1996-03-01 16:25:26 +00:00
mccallum
cc1237bcaa (SRCS): Add nsmaptable.m and nshashtable.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@938 72102866-910b-0410-8b05-ffd578937521
1996-02-22 15:04:31 +00:00
mccallum
7f281e4d66 (RCS_FILES): Undo last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@932 72102866-910b-0410-8b05-ffd578937521
1996-02-14 17:23:49 +00:00
mccallum
497f4d2268 (RCS_FILES): Remove Makefile.sed.nt, (which, as I understand, is
supposed to be automatically generated from Makefile.in by
configure.bat).
(SRCS): Fix typo.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@929 72102866-910b-0410-8b05-ffd578937521
1996-02-14 00:22:41 +00:00
mccallum
c30185d83d WinNT and thread-related odifications from Scott Christley
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@915 72102866-910b-0410-8b05-ffd578937521
1996-02-13 15:43:30 +00:00
mccallum
55a4e87426 (SRCS): Add invocation.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@903 72102866-910b-0410-8b05-ffd578937521
1996-02-13 01:57:38 +00:00
mccallum
3fab96ef92 (SRCS): Remove test08.m, it was for old-style archiving.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@866 72102866-910b-0410-8b05-ffd578937521
1996-01-26 20:38:21 +00:00
mccallum
deb95fadd2 (SRCS): Added nsarchiver.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@824 72102866-910b-0410-8b05-ffd578937521
1996-01-26 02:58:47 +00:00
mccallum
7e94490c7d (all): Remove target `bundles' for now; linking them doesn't always
work.  If people want to test bundles, they can type `make bundles'.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@728 72102866-910b-0410-8b05-ffd578937521
1996-01-16 00:17:12 +00:00
mccallum
3589831229 (ALL_CPPFLAGS): -I../src, not -I.
(Makefile): Prefix dependancy with $(srcdir).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@726 72102866-910b-0410-8b05-ffd578937521
1996-01-15 23:40:56 +00:00
mccallum
5eac6bd474 Remove test09; it doesn't work, but it doesn't matter.
(SRCS): Remove test09.m.
(test09): Remove target.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@720 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:09:17 +00:00
mccallum
d7f4f8f37c ($(DYNAMIC_OFILES)): Use $(srcdir).
($(BUNDLE_NAMEJ)): Likewise.
(Reported by Matthias Klose <doko@cs.tu-berlin.de>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@712 72102866-910b-0410-8b05-ffd578937521
1996-01-12 20:42:18 +00:00
mccallum
dfc6da3d1e (ALL_CPPFLAGS): Add -I. for objects/config.h. (Reported by
Matthias Klose <doko@cs.tu-berlin.de>)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@706 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:40:17 +00:00
mccallum
aadde88d1d Executables now depend on libobjects.a, not @LIBOBJECTS_A_OR_SO@.
(LIBS): Don't look in $(srcdir) for library.
(copy-dist): Don't use $(srcdir).
(Makefile): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@683 72102866-910b-0410-8b05-ffd578937521
1996-01-05 22:09:52 +00:00
mccallum
dd5fb778b6 Use configure var, not libobjects.a. Include ../Version.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@672 72102866-910b-0410-8b05-ffd578937521
1995-11-14 16:40:58 +00:00
mccallum
8d5fca1a4b (SRCS): Added nsset.m.
(nsset): New target.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@652 72102866-910b-0410-8b05-ffd578937521
1995-10-30 01:50:46 +00:00
mccallum
5a3a8bd0cb (nsprocessinfo): New target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@580 72102866-910b-0410-8b05-ffd578937521
1995-08-23 16:11:53 +00:00
mccallum
61b6643abc (SRCS): Added nsprocessinfo.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@551 72102866-910b-0410-8b05-ffd578937521
1995-08-16 15:59:00 +00:00
mccallum
f2c099663b * checks/Makefile.in (DYNAMIC_LDFLAGS): New macro. (nsbundle): Use
macro in linking.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@518 72102866-910b-0410-8b05-ffd578937521
1995-08-02 16:57:29 +00:00
mccallum
ea2945d062 (DIST_FILES): Added RCS_FILES.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@466 72102866-910b-0410-8b05-ffd578937521
1995-06-29 01:36:34 +00:00
mccallum
92069c928c Put src in all dependencies on libobjects.a.
(OBJECTS_NEXT_INCLUDES): Look in src directory.
(LIBS): Likewise.
(ALL_CPPFLAGS): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@459 72102866-910b-0410-8b05-ffd578937521
1995-06-28 23:54:31 +00:00
mccallum
db379b6f61 Include $(srcdir)/../Makeconf.
(RCS_FILES): New variable.
(install, uninstall): New targets.
(copy-dist): Converted to new scheme.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@442 72102866-910b-0410-8b05-ffd578937521
1995-06-20 16:25:54 +00:00
mccallum
c33a482997 (copy-dist): Renamed from "dist".
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@432 72102866-910b-0410-8b05-ffd578937521
1995-05-19 15:56:45 +00:00
mccallum
c07020558c (SRCS): Added nsdictionary.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@415 72102866-910b-0410-8b05-ffd578937521
1995-05-05 18:33:55 +00:00
mccallum
4ad6a3e4db (SRCS): Comment out nsarchiving.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@377 72102866-910b-0410-8b05-ffd578937521
1995-04-15 20:12:01 +00:00
mccallum
9a69268611 (SRCS): Added nsarchiving.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@357 72102866-910b-0410-8b05-ffd578937521
1995-04-15 19:06:33 +00:00
mccallum
716145579d (SRCS): Added nsarray.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@276 72102866-910b-0410-8b05-ffd578937521
1995-04-05 00:52:00 +00:00
mccallum
35e74fa967 Second Apr 3 patch from Fedor
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@254 72102866-910b-0410-8b05-ffd578937521
1995-04-03 21:26:15 +00:00
mccallum
b67f617bc3 (string): New test program.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@89 72102866-910b-0410-8b05-ffd578937521
1995-03-12 19:30:27 +00:00
mccallum
3a43130da6 Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1 72102866-910b-0410-8b05-ffd578937521
1994-11-04 16:29:24 +00:00