OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [testtclsh/] [Makefile] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 wfjm
# $Id: Makefile 529 2013-08-02 17:15:43Z mueller $
2 19 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-02-10   485   1.0    Initial version
6
#
7
# Compile and Link search paths
8
#
9
include ../checkpath_cpp.mk
10
#
11
INCLFLAGS  = -I${TCLINC} -I${RETROBASE}/tools/src
12
LDLIBS     = -ltcl -lreadline
13
LDLIBS    += -L${RETROBASE}/tools/lib -lrtcltools
14
LDLIBS    +=   -lrutiltpp -lrlinktpp -lrwxxtpp
15
#LDLIBS    +=   -lrusbtpp
16
#
17
# Object files to be included
18
#
19
OBJ_all    = testtclsh.o
20
#
21
DEP_all    = $(OBJ_all:.o=.dep)
22
#
23
testtclsh : $(OBJ_all)
24
 
25
#- generic part ----------------------------------------------------------------
26
#
27
include $(RETROBASE)/tools/make/generic_cpp.mk
28
include $(RETROBASE)/tools/make/generic_dep.mk
29
include $(RETROBASE)/tools/make/dontincdep.mk
30
#
31 22 wfjm
# The magic auto-dependency include
32 19 wfjm
#
33
ifndef DONTINCDEP
34
include $(DEP_all)
35
endif
36
#
37
# cleanup phonies:
38
#
39
.PHONY    : clean cleandep distclean
40
clean     :
41
        @ rm -f $(OBJ_all)
42
        @ echo "Object files removed"
43
#
44
cleandep  :
45
        @ rm -f $(DEP_all)
46
        @ echo "Dependency files removed"
47
#

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.