home *** CD-ROM | disk | FTP | other *** search
- $(SOMSTARS_DEPEND):
- @echo Generating NONCORBA C bindings. This might take a while.
- somstars
-
-
- $(SOMCORBA_DEPEND):
- @echo Generating CORBA C bindings. This might take a while.
- somcorba
-
- $(SOMXH_DEPEND):
- @echo Generating C++ bindings. This might take a while.
- if not exist $(SMBINDINGS)\somxh.bld if not exist $(SOMBASE)\include\somxh.bld somxh
-
- # These dependencies are always present - they assume
- # we build the dll first. (so the obj for .exe's can
- # delete the DLL version before it is built)
- nlsutil.obj: nlsutil.h nlsutil.c
-
- nlsutild.od: nlsutil.h nlsutil.c
- $(CC) $(CFLAGSDLL) $(PRIVCFLAGSDLL) /Fo$*.obj $(INCLPATH) nlsutil.c
- echo "x">$@
-
- som.ico:
- copy $(SOMBASE)\bin\som.ico
-
- cleanrule:
- -del *.exp
- -del *.obj
- -del *.lib
- -del *.od
- -del *.dll
- -del *.map
- -del *.out
- -del *.pdb
- -del *.exe
- -del *.ih
- -del *.xh
- -del *.xih
- -del *.lst
- -del *.res
- -del som.ico
-
- clean: cleanrule
-