Changeset 6466
- Timestamp:
- 01/23/08 19:53:30 (8 months ago)
- Files:
-
- trunk/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.kmk
r6420 r6466 477 477 -e '/^ *# *define.*DECL/!d' \ 478 478 -e '/DECLS/d' \ 479 -e '/DECLARE_CLS_/d' \ 479 480 -e '/_SRC_POS_DECL/d' \ 480 481 -e '/declspec/d' \ 482 -e '/__attribute__/d' \ 481 483 -e 's/# */#/g' \ 482 484 -e 's/ */ /g' \ 483 485 -e '/(type) DECLEXPORT/d' \ 486 -e '/ DECLEXPORT_CLASS/d' \ 484 487 -e 's/ *VBOXCALL//' \ 485 488 -e 's/ *RTCALL//' \ … … 489 492 -e '/define *DECLINLINE(type)/d' \ 490 493 \ 491 include/iprt/cdefs.h\492 include/VBox/cdefs.h\493 >> $@.tmp494 sort $@.tmp | sort | sed -e 's/$$/\n/' >$@.tmp2494 --append $@.tmp \ 495 $(filter-out include/VBox/err.h, $(wildcard include/VBox/*.h)) \ 496 include/iprt/cdefs.h 497 $(CAT_EXT) $@.tmp | sort | $(SED_EXT) -e 's/$$/\n/' --output $@.tmp2 495 498 $(MV) -f $@.tmp2 $@ 496 499 $(RM) -f $@.tmp $@.tmp2 $@.tmp3 500 $(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file." 497 501 498 502

