summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-12 04:25:07 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-12 04:25:07 +0000
commit53bedbbc422884b1a59280e4f95ccda94dcc5ecf (patch)
tree7548417dc3788f26a61536e63b0e7e27f3d0d8f5 /examples
parente12899737efb1899af1f8f3ba2e94d8b138c64c4 (diff)
downloadATCD-53bedbbc422884b1a59280e4f95ccda94dcc5ecf.tar.gz
Tue Feb 11 22:19:39 2003 Krishnakumar B <kitty@cse.wustl.edu>
Diffstat (limited to 'examples')
-rw-r--r--examples/DLL/Makefile.Newsweek6
-rw-r--r--examples/DLL/Makefile.Today12
2 files changed, 3 insertions, 15 deletions
diff --git a/examples/DLL/Makefile.Newsweek b/examples/DLL/Makefile.Newsweek
index 167610a252c..282152982fd 100644
--- a/examples/DLL/Makefile.Newsweek
+++ b/examples/DLL/Makefile.Newsweek
@@ -10,10 +10,8 @@
-SHLIB = libNewsweek.$(SOEXT)
-
+SHLIB = libNewsweek.$(SOEXT)
FILES = Newsweek
-
LSRC = $(addsuffix .cpp,$(FILES))
VLDLIBS = $(LDLIBS:%=%$(VAR))
@@ -39,5 +37,3 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-
diff --git a/examples/DLL/Makefile.Today b/examples/DLL/Makefile.Today
index c1ffa8a73be..b39ed57a37f 100644
--- a/examples/DLL/Makefile.Today
+++ b/examples/DLL/Makefile.Today
@@ -10,13 +10,8 @@
-SHLIB = libToday.$(SOEXT)
-
-
-FILES = Today
-
-
-
+SHLIB = libToday.$(SOEXT)
+FILES = Today
LSRC = $(addsuffix .cpp,$(FILES))
VLDLIBS = $(LDLIBS:%=%$(VAR))
@@ -42,6 +37,3 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-
-