Linux / UNIX Tech Support Forum
This is a discussion on Make file script, need help understanding within the Shell scripting forums, part of the Development/Scripting category; Hi i am new in shell scripting and cant seem to understand this script can any one please help me ...
|
|||||||
| Shell scripting You can discuss the shell scripting, request shell scripts and scripting techniques |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi i am new in shell scripting and cant seem to understand this script can any one please help me understand this simple script line by line i will be very greatful
# $Source: /home/student/project/Makefile,v $ CC= gcc STD= _GNU_SOURCE OBJS= object1.o object2.o .c.o: $(CC) -c -Wall $(CFLAGS) -D$(STD) $< all: name1 name2 test: all name1 input1 >testfile name1: $(OBJS) $(CC) $(OBJS) -o name2 name2: name1 rm -f ln name1 name2 name1.h: header1.h header2.h touch $@ clean: rm -f *.o core clobber: clean rm -f name1 name2 # End Makefile |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Shell script for ftp the file | vishal_titre | Shell scripting | 4 | 21-08-2009 03:50 PM |
| understanding vsftpd's builddefs.h config file | Predatorian | Web servers | 0 | 06-03-2008 05:16 PM |
| Script file to be run when linux boot | adhikari.rohit | Shell scripting | 7 | 22-05-2007 07:59 PM |
| script finding file and sorting | dementeddude | Shell scripting | 14 | 25-07-2006 05:30 PM |
| How to make a file/folder invisible in NFS exported fs? | warren | Linux software | 5 | 10-04-2006 04:50 PM |