|
Revision 472, 0.5 KB
(checked in by balister, 8 years ago)
|
|
Start moving StdAfx?.[h, cpp] out of Linux build process, but still package them for distribution
|
| Line | |
|---|
| 1 | lib_LTLIBRARIES = libossiecf.la |
|---|
| 2 | libossiecf_la_SOURCES = ApplicationFactory_impl.cpp File_impl.cpp ossiecf.cpp Application_impl.cpp FileManager_impl.cpp PortSupplier_impl.cpp Device_impl.cpp FileSystem_impl.cpp PropertySet_impl.cpp DeviceManager_impl.cpp LifeCycle_impl.cpp Resource_impl.cpp DomainManager_impl.cpp linkedList.cpp ExecutableDevice_impl.cpp LoadableDevice_impl.cpp TestableObject_impl.cpp |
|---|
| 3 | |
|---|
| 4 | EXTRA_DIST = StdAfx.cpp |
|---|
| 5 | |
|---|
| 6 | libossiecf_la_LDFLAGS = -version-info 0:4:0 |
|---|
| 7 | |
|---|
| 8 | AM_CXXFLAGS = -Wall |
|---|
| 9 | |
|---|
| 10 | INCLUDES = -I../include -I../idl |
|---|