Changeset 7961
- Timestamp:
- 07/02/08 11:05:45 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/bhilburn/rpmdev/0.6.x/system/standardInterfaces/Makefile.am
r7079 r7961 1 IDL_BIN = $(shell which omniidl) 2 1 3 %.pp.idl : %.idl 2 4 gcc -E -x c++ $< > $@ 3 5 4 6 %SK.cpp %.h %DynSK.cpp : %.idl 5 /usr/local/bin/omniidl-I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $<7 $(IDL_BIN) -I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $< 6 8 cp $*.h include/standardinterfaces 7 9