source: trunk/IPs/systemC/Environment/TTY/Makefile @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 474 bytes
Line 
1#-----[ Directory ]----------------------------------------
2
3#-----[ Variable ]-----------------------------------------
4
5ENTITY                         ?= TTY
6
7#OBJECTS_DEPS                   =
8
9#-----[ Rules ]--------------------------------------------
10
11all                             :
12                                @\
13                                $(MAKE) all_environment;
14
15clean                           :
16                                @\
17                                $(MAKE)  environment_clean;\
18                                $(RM) tty_*;
19
20clean_all                       : clean
21
22help                            :
23                                @$(MAKE) environment_help
24
25include                         ../Makefile.Environment
Note: See TracBrowser for help on using the repository browser.