- Timestamp:
- 2011-03-16T22:09:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 406d514
- Parents:
- aede651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
raede651 r471569b 42 42 CONFIG_HEADER = config.h 43 43 44 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean check distfile dist44 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean check releasefile release 45 45 46 46 all: $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) … … 88 88 $(CONFIG) $< 89 89 90 # Distributionfiles90 # Release files 91 91 92 distfile: all93 $(MAKE) -C dist distfile92 releasefile: all 93 $(MAKE) -C release releasefile 94 94 95 dist:96 $(MAKE) -C dist dist95 release: 96 $(MAKE) -C release release 97 97 98 98 # Cleaning
Note:
See TracChangeset
for help on using the changeset viewer.