root/juggler/branches/2.2/scripts/auto-copyright/Makefile

Revision 6508, 0.9 kB (checked in by subatomic, 7 years ago)

updated for sonix

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 CPP_EXTS = java,h.in,h,cxx,cpp
3 HASH_EXTS = in,pl,sh
4
5 default: usage
6 usage:
7         @echo ""
8         @echo "Usage:"
9         @echo "     make [all|snx|snx-head]"
10         @echo ""
11
12 # Juggler Umbrella
13 all:
14         auto-copyright.pl -d ../../modules -e $(CPP_EXTS) -c data/vrj-copyright.c.txt  -t config/vrj-copyright-replace.c.pl -a
15         auto-copyright.pl -d ../../modules -e $(HASH_EXTS) -c data/vrj-copyright.hash.txt -t config/vrj-copyright-replace.hash.pl -a
16
17 # sonix
18 snx:
19         auto-copyright.pl -d ../../modules/sonix -e $(CPP_EXTS) -c data/vrj-copyright.c.txt  -t config/vrj-copyright-replace.c.pl -a
20         auto-copyright.pl -d ../../modules/sonix -e $(HASH_EXTS) -c data/vrj-copyright.hash.txt -t config/vrj-copyright-replace.hash.pl -a
21
22 snx-head:
23         auto-copyright.pl -d ../../modules/sonix -e $(CPP_EXTS) -c data/snx-heading.c.txt  -t config/snx-heading-replace.c.pl -a
24         auto-copyright.pl -d ../../modules/sonix -e $(HASH_EXTS) -c data/snx-heading.hash.txt -t config/snx-heading-replace.hash.pl -a
Note: See TracBrowser for help on using the browser.