Skip to content

Commit

Permalink
Removed something silly from the makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed May 24, 2016
1 parent 0c0a034 commit 7a57fe1
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CEdev/examples/demo_0/Makefile
Expand Up @@ -216,11 +216,11 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
5 changes: 2 additions & 3 deletions CEdev/examples/demo_1/Makefile
Expand Up @@ -216,11 +216,10 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1
locate text at (top of data)+1 \
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
4 changes: 2 additions & 2 deletions CEdev/examples/demo_2/makefile
Expand Up @@ -216,11 +216,11 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
4 changes: 2 additions & 2 deletions CEdev/examples/demo_3/makefile
Expand Up @@ -216,11 +216,11 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
4 changes: 2 additions & 2 deletions CEdev/examples/demo_4/makefile
Expand Up @@ -216,11 +216,11 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/fileio/demo_0/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/fileio/demo_1/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/fileio/demo_2/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/fileio/template/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_0/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_1/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_2/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_3/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_4/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_5/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_6/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/demo_7/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/graphics/template/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/keypad/demo_0/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/keypad/demo_1/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
2 changes: 1 addition & 1 deletion CEdev/examples/library_examples/keypad/template/makefile
Expand Up @@ -221,7 +221,7 @@ LDFLAGS := \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down
4 changes: 2 additions & 2 deletions CEdev/examples/template/Makefile
Expand Up @@ -216,11 +216,11 @@ LDFLAGS := \
locate .icon at (top of .header)+1 \ locate .icon at (top of .header)+1 \
locate .launcher at (top of .icon)+1 \ locate .launcher at (top of .icon)+1 \
locate .libs at (top of .launcher)+1 \ locate .libs at (top of .launcher)+1 \
$(LDLIBS) \
locate .startup at (top of $(LDLAST))+1 \ locate .startup at (top of $(LDLAST))+1 \
locate code at (top of .startup)+1 \ locate code at (top of .startup)+1 \
locate data at (top of code)+1 \ locate data at (top of code)+1 \
locate text at (top of data)+1 \ locate text at (top of data)+1
$(LDLIBS)


#The rules to build all of the different sorts of files #The rules to build all of the different sorts of files


Expand Down

0 comments on commit 7a57fe1

Please sign in to comment.