objdictgen/Makefile.in
author etisserant
Tue, 13 Feb 2007 17:21:19 +0100
changeset 92 0d84d95790d9
parent 91 ed2612282988
child 158 b505f7116a1c
permissions -rw-r--r--
- Some fixes in Makefile.in
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     1
#! gmake
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     2
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     3
#
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     4
# Copyright (C) 2006 Laurent Bessard
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     5
# 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     6
# This file is part of canfestival, a library implementing the canopen
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     7
# stack
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     8
# 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     9
# This library is free software; you can redistribute it and/or
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    10
# modify it under the terms of the GNU Lesser General Public
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    11
# License as published by the Free Software Foundation; either
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    12
# version 2.1 of the License, or (at your option) any later version.
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    13
# 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    14
# This library is distributed in the hope that it will be useful,
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    17
# Lesser General Public License for more details.
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    18
# 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    19
# You should have received a copy of the GNU Lesser General Public
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    20
# License along with this library; if not, write to the Free Software
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    22
# 
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    23
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    24
PREFIX = SUB_PREFIX
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    25
39
3e94ee906bc6 Add incremented index in Add Map Variable
lbessard
parents: 0
diff changeset
    26
all: gnosis
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    27
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    28
gnosis: Gnosis_Utils-1.2.1.tar.gz
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    29
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    30
Gnosis_Utils-1.2.1.tar.gz:
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    31
	wget http://gnosis.cx/download/Gnosis_Utils-1.2.1.tar.gz
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    32
	tar xfz Gnosis_Utils-1.2.1.tar.gz
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    33
	mv Gnosis_Utils-1.2.1/gnosis .
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    34
	rm -rf Gnosis_Utils-1.2.1
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    35
39
3e94ee906bc6 Add incremented index in Add Map Variable
lbessard
parents: 0
diff changeset
    36
install: gnosis
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    37
	cp -r ../objdictgen $(PREFIX)/
39
3e94ee906bc6 Add incremented index in Add Map Variable
lbessard
parents: 0
diff changeset
    38
	rm -f $(PREFIX)/objdictgen/Gnosis_Utils-1.2.1.tar.gz
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    39
	chmod -R a+r $(PREFIX)/objdictgen
92
0d84d95790d9 - Some fixes in Makefile.in
etisserant
parents: 91
diff changeset
    40
	mkdir -p $(PREFIX)/bin
39
3e94ee906bc6 Add incremented index in Add Map Variable
lbessard
parents: 0
diff changeset
    41
	ln -s $(PREFIX)/objdictgen/objdictedit.py $(PREFIX)/bin/objdictedit
3e94ee906bc6 Add incremented index in Add Map Variable
lbessard
parents: 0
diff changeset
    42
	chmod 755 $(PREFIX)/objdictgen/objdictedit.py
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    43
	ln -s $(PREFIX)/objdictgen/objdictgen.py $(PREFIX)/bin/objdictgen
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    44
	chmod 755 $(PREFIX)/objdictgen/objdictgen.py
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    45
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    46
uninstall:
91
ed2612282988 - Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
etisserant
parents: 39
diff changeset
    47
	rm -rf $(PREFIX)/objdictgen
ed2612282988 - Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
etisserant
parents: 39
diff changeset
    48
	rm -f $(PREFIX)/bin/objdictedit
ed2612282988 - Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
etisserant
parents: 39
diff changeset
    49
	rm -f $(PREFIX)/bin/objdictgen
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    50
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    51
clean:
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    52
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    53
mrproper: clean
91
ed2612282988 - Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
etisserant
parents: 39
diff changeset
    54
	rm -f Gnosis_Utils-1.2.1.tar.gz
ed2612282988 - Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
etisserant
parents: 39
diff changeset
    55
	rm -rf gnosis
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    56
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    57