/[darkstattype]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 17 by trond, 2014-03-26T09:13:37Z Revision 18 by trond, 2014-03-26T09:46:21Z
# Line 1  RM = rm Line 1  RM = rm
1  # $Ximalas$  # $Ximalas$
2    
3  NAME = darkstattype  NAME = darkstattype
4    
5  #CC = gcc  #CC = gcc
6  #LD = gcc  #LD = gcc
7    
8  CC = clang  CC = clang
9  LD = clang  LD = clang
10    
11  RM = rm  RM = rm
12    
13  CFLAGS = -Wall -O3  CFLAGS = -Wall
14  LDFLAGS = -s  CFLAGS += -O0 -gdwarf-2
15    #CFLAGS += -O3
16    #LDFLAGS = -s
17    
18  all: $(NAME)  all: $(NAME)
19    
20  $(NAME): $(NAME).o  $(NAME): $(NAME).o
21    
22  $(NAME).o: $(NAME).c  $(NAME).o: $(NAME).c
23    
24  clean:  clean:
25          $(RM) -f $(NAME) $(NAME).o          $(RM) -f $(NAME) $(NAME).o


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-dev