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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [demos/] [vnc/] [libvncauth/] [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 +=
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 = libvncauth.a
29
 
30
# List of objects to compile
31
OBJS =  d3des.o \
32
        vncauth.o
33
 
34
endif
35
endif
36
 
37
######################### Makefile.rules section #############################
38
 
39
include $(TOP)/Makefile.rules
40
 
41
######################## Tools targets section ###############################
42
 

powered by: WebSVN 2.1.0

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