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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [demos/] [vnc/] [vncviewer/] [Makefile] - Blame information for rev 27

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
##############################################################################
2
# Microwindows template Makefile
3
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
4
##############################################################################
5
 
6
include $(CONFIG)
7
 
8
######################## Additional Flags section ############################
9
 
10
# Directories list for header files
11
INCLUDEDIRS += -I../include
12
# Defines for preprocessor
13
DEFINES += -DNANOX=1
14
 
15
# Compilation flags for C files OTHER than include directories
16
CFLAGS +=
17
# Preprocessor flags OTHER than defines
18
CPPFLAGS +=
19
# Linking flags
20
LDFLAGS +=
21
 
22
############################# targets section ################################
23
 
24
ifeq ($(NANOX), Y)
25
ifeq ($(NANOXDEMO), Y)
26
 
27
# If you want to create a library with the objects files, define the name here
28
LIBNAME =
29
 
30
# List of objects to compile
31
OBJS =  args.o \
32
        rfbproto.o \
33
        sockets.o \
34
        vncviewer.o \
35
        nanox.o
36
 
37
all: default $(TOP)/bin/vnc
38
 
39
endif
40
endif
41
 
42
######################### Makefile.rules section #############################
43
 
44
include $(TOP)/Makefile.rules
45
 
46
######################## Tools targets section ###############################
47
 
48
NANOXCLIENTLIBS += $(TOP)/lib/libvncauth.a
49
 
50
 
51
$(TOP)/bin/vnc: $(OBJS) $(NANOXCLIENTLIBS) $(TOP)/config
52
        $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(NANOXCLIENTLIBS)
53
 

powered by: WebSVN 2.1.0

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