diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-07-09 16:03:32 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-07-09 16:03:32 +0000 |
commit | ebcec6ce16e081af2ff05ad9e896e86c11a9da79 (patch) | |
tree | 7ceb4bcab887a7b9e8961495113590c26cf03341 /TAO/examples/RTScheduling | |
parent | aad3e98727cffa5ae4b47fa5757ec3dff5df4e3e (diff) | |
download | ATCD-ebcec6ce16e081af2ff05ad9e896e86c11a9da79.tar.gz |
Mon Jul 9 15:40:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/examples/RTScheduling')
-rw-r--r-- | TAO/examples/RTScheduling/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/RTScheduling/Makefile.am b/TAO/examples/RTScheduling/Makefile.am index fc81b907e1d..a58330c096d 100644 --- a/TAO/examples/RTScheduling/Makefile.am +++ b/TAO/examples/RTScheduling/Makefile.am @@ -21,9 +21,9 @@ SUBDIRS = \ MIF_Scheduler \ Fixed_Priority_Scheduler +BUILT_SOURCES = noinst_LTLIBRARIES = CLEANFILES = -BUILT_SOURCES = noinst_HEADERS = ## Makefile.RTSchedSynch.am @@ -50,7 +50,7 @@ CLEANFILES += \ SynchC.cpp SynchC.h SynchC.inl SynchS.cpp SynchS.h SynchS.inl: Synch-stamp Synch-stamp: $(srcdir)/Synch.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) -St -Wb,export_macro=SYNCH_Export -Wb,export_include=synch_export.h $(srcdir)/Synch.idl + $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -St -Wb,export_macro=SYNCH_Export -Wb,export_include=synch_export.h $(srcdir)/Synch.idl @touch $@ noinst_LTLIBRARIES += libRTSchedSynch.la @@ -102,7 +102,7 @@ CLEANFILES += \ JobC.cpp JobC.h JobC.inl JobS.cpp JobS.h JobS.inl: Job-stamp Job-stamp: $(srcdir)/Job.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) -St -Wb,export_macro=JOB_Export -Wb,export_include=job_export.h $(srcdir)/Job.idl + $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -St -Wb,export_macro=JOB_Export -Wb,export_include=job_export.h $(srcdir)/Job.idl @touch $@ noinst_LTLIBRARIES += libJob.la |