My favorites | Sign in
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SO_NAME=jquery.scrollTo
SO_ROOT=../$(SO_NAME)
SO_SRC=$(SO_NAME).js
SO_MIN=$(SO_NAME)-min.js

ZIP_FILES=$(SO_SRC) $(SO_MIN)

include ../common.mak

scrollTo: $(SO_MIN) $(SO_SRC)


$(SO_SRC):
cp $(SO_ROOT)/$@ $@

$(SO_MIN):
cd $(SO_ROOT) && make min
cp $(SO_ROOT)/$@ $@

cmd-clean += rm -f $(SO_SRC) $(SO_MIN);

Change log

r16 by aflesler on Jul 23, 2009   Diff
  * Moving the scrollTo (dependency)
makefile to a top level makefile
Go to: 
Sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 313 bytes, 20 lines
Powered by Google Project Hosting