Project

General

Profile

Revision b444f1f7

IDb444f1f7b7013ed4426aed182b0382e187a15a32
Parent 179ccfc2
Child b6f49cb9

Added by Aurelien BOMPARD almost 14 years ago

Correction du makefile

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@4218 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
2 2

  
3 3
all: qooxdoo build
4 4

  
5
include buildenv/Makefile.common
6
PKGNAME := $(NAME)
7
MODULE := $(NAME)
8
CODEPATH := $(NAME)
9

  
5 10
qooxdoo: vigigraph/public/js/vigigraph.js
6 11
vigigraph/public/js/vigigraph.js: javascript/source/class/vigigraph/Application.js
7 12
	make -C javascript build
......
24 29
	ln -s $(SYSCONFDIR)/vigilo/$(NAME)/app_cfg.py $(DESTDIR)`grep '$(NAME)/config/app_cfg.py$$' INSTALLED_FILES`
25 30
	echo $(SYSCONFDIR)/vigilo/$(NAME)/app_cfg.py >> INSTALLED_FILES
26 31

  
27
include buildenv/Makefile.common
28

  
29
MODULE := $(NAME)
30
CODEPATH := $(NAME)
31 32
lint: lint_pylint
32 33
tests: tests_nose
33 34
clean: clean_python clean_qooxdoo

Also available in: Unified diff