Sponsored Content
Full Discussion: Makefile wildcards
Top Forums Programming Makefile wildcards Post 4662 by rcscott on Monday 30th of July 2001 07:17:52 AM
Old 07-30-2001
Network Makefile wildcards

Using a makefile I want to compile all .c files in the current directory without specifying them directly and then link their associated .o files into a library.

How do I do this ?

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Wildcards in VI

I'm trying to delete lines from a large text file using VI. Every line that I am wanting to delete start with 'S' - all others do not. (A list of users) I've tried using * but doesn't seem to like it...any ideas... Doesn't have to be VI - but I'm better with VI than sed/awk. (8 Replies)
Discussion started by: peter.herlihy
8 Replies

2. UNIX for Dummies Questions & Answers

wildcards

when writing a shell script (bourne) and using a unix command like 'ls' is there anything special you need to do to use a wildcard (like *)? (3 Replies)
Discussion started by: benu302000
3 Replies

3. UNIX for Dummies Questions & Answers

ls with wildcards

ok, I'm trying to write a script file that lists files with specific elements in the name into a txt file, it looks like this ls s*.dat > file_names.txt can't figure out whats wrong with that line, any ideas? thanks in advance (10 Replies)
Discussion started by: benu302000
10 Replies

4. UNIX for Dummies Questions & Answers

wildcards NOT

Hi All Please excuse another straightforward question. When creating a tar archive from a directory I am attempting to use wildcards to eliminate certain filetypes (otherwise the archive gets too large). So I am looking for something along these lines. tar -cf archive.tar * <minus all *.rst... (5 Replies)
Discussion started by: C3000
5 Replies

5. UNIX for Advanced & Expert Users

Makefile problem - How to run module load in a Makefile

Hi, I'm trying to run the module load command in a Makefile and i'm getting the following error: make: module: command not found Why is this? Is there any way to run this command in a Makefile? NOTE: command - module load msjava/sunjdk/1.5.0 works fine outside of the Makefile (2 Replies)
Discussion started by: hernandinho
2 Replies

6. UNIX for Dummies Questions & Answers

wildcards in path

Is there some rule about using wildcards in path? Say I want to create a file, but one of the directories in the path is called 1433d.default and on different machines it will be called <some other string>.default touch ~/Library/Application/*.default/myfile In theory I thought that... (5 Replies)
Discussion started by: glev2005
5 Replies

7. UNIX for Advanced & Expert Users

Makefile executing another Makefile first?

I have 2 libraries in 2 different directories that I build with Makefiles. library B depends on library A. If I modify a .cpp file in library A and run lib B's Makefile can I have B's makefile to automatically rebuild library A? I am now rebuilding A, followed by B... but I'd like B to... (0 Replies)
Discussion started by: wwuster
0 Replies

8. UNIX for Dummies Questions & Answers

SED and wildcards

I am using this code to locate and modify one particular ID in a file containing thousands of entries sed 's/^>OldID/>NewID/g' Infile > Outfile How can I modify the code so I can rename all old IDs to a new unique ID? I tried this sed 's/^>*/>NewID/g' Infile > Outfile but it did not... (10 Replies)
Discussion started by: Xterra
10 Replies

9. UNIX for Advanced & Expert Users

Wildcards

These 2 websites do a GREAT job of explaining different types of wildcards. I learned about the categories of characters which I never knew about at all. GNU/Linux Command-Line Tools Guide - Wildcards GREP (1 Reply)
Discussion started by: cokedude
1 Replies

10. Homework & Coursework Questions

Help with Simple Multi-Level Makefile (Extremely New at Makefile)

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Basically, the prompt is make a makefile with various sub makefiles in their respective subdirectories. All code... (1 Reply)
Discussion started by: Tatl
1 Replies
config(8)						      System Manager's Manual							 config(8)

Name
       config - build system configuration files

Syntax
       /etc/config [-p] [-s] config_file

Description
       The  command  builds a set of system configuration files from a short file which describes the sort of system that is being configured.	It
       also takes as input a file which tells what files are needed to generate a system.  This can be augmented by a configuration  specific  set
       of files that give alternate files for a specific machine.  (See the Files section.)  If the -p option is supplied, will configure a system
       for profiling.  You must have sources to use the -p option.  Use the -s option when building a kernel from sources.

       The command should be run from the subdirectory of the system source (usually ).  The command assumes that there  is  already  a  directory
       created	and it places all its output files in there.  The output of consists of a number files: contains a description of what I/O devices
       are attached to the system, and is a file used by in building the system; a set of header files which contain the number of various devices
       that  will  be  compiled into the system; and a set of swap configuration files which contain definitions for the disk areas to be used for
       swapping, the root file system, argument processing, and system dumps.

       After running it is necessary to run in the directory where the new makefile was created.  The command reminds you of  this  when  it  com-
       pletes.

       If  you receive other error messages from fix the errors in your configuration file and try again.  If compile a system that has configura-
       tion errors, the system will fail.

Restrictions
       The line numbers reported in error messages are usually off by one.

Files
       Generic makefile

       List of common files that the system is built from

       List of machine specific files

       Name to major device mapping file

       List of known file systems

See Also
       The Syntax portion of each device in Section 4 of the ULTRIX Reference Pages
       ``Building 4.2BSD UNIX System with Config,'' ULTRIX Supplementary Documents, Volume 3: System Manager

								       RISC								 config(8)
All times are GMT -4. The time now is 08:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy