Tag: makefile

347 How do I make rm not give an error if a file doesn't exist? 2009-11-27T16:43:23.687

23 How to setup vim to edit both Makefile and normal code files? 2013-08-16T09:14:43.463

11 How to run make file from any directory? 2011-12-22T09:26:48.553

10 How to use makefiles on Windows 2011-12-01T09:34:59.997

9 Makefile fails to install file correctly, installing HPL 2011-04-18T19:13:54.820

9 How to escape "$@" in a makefile? 2016-12-08T03:39:09.160

7 For simple projects, what do makefiles offer over "plain" bash scripts? 2011-05-30T20:31:50.927

4 Unable to preserve hard links. Why? 2010-08-27T07:50:48.957

4 Use matlab in makefiles etc. How to speed things up? 2011-12-07T00:09:18.550

4 Diff in bash script? 2012-02-20T22:44:14.487

3 How to install elinks on Windows Vista? 2010-01-23T20:17:37.767

3 Is it possible to compile with make.inc and Makefile 2013-10-09T07:08:58.907

3 How do I write a Makefile target for hundreds of numbered files? 2014-09-09T15:35:47.627

3 Send env to a makefile target 2016-12-26T11:23:58.307

2 Is it inefficient to have symbolic links to symbolic links? 2011-02-03T21:02:50.503

2 Installing HPL, makefile problems 2011-04-05T17:06:59.400

2 subversion reinstall (source, Makefile, etc) 2011-05-08T10:57:07.187

2 Create Makefile to automatically link all files in directory 2012-11-05T23:42:30.420

2 gnu make fails to find commands in ~/.local/bin 2013-01-13T10:15:57.047

2 Removing multiple files from directory, as specified by variable in Makefile 2014-05-02T19:45:26.927

2 GCC option : Unrecognized command line 2014-09-10T13:42:43.620

2 How to add a 'greek' character in the path using cURL? 2014-10-08T02:51:02.913

2 Proper syntax for escaping a `$` in a regex in a bash shell script/makefile? 2014-11-02T04:50:53.537

2 Bash commands in Makefile 2015-09-06T09:16:45.870

2 Understanding a makefile script for Linux 2016-07-28T05:23:52.077

2 Use variable inside of command in Makefile 2018-01-12T16:36:54.200

2 Install R 3.5.2 under Ubuntu: "jni.h: No such file or directory" 2019-02-11T15:47:50.593

1 unlinked libraries in a makefile? 2010-05-10T20:06:56.567

1 Problem isolating the environment variable in a shell script 2010-08-23T22:00:15.643

1 how to do make_install to target in linux 2011-07-14T13:39:11.423

1 Makefile Backup Target 2011-08-12T03:06:10.327

1 user XXXX does not exist - using root? 2012-07-04T10:22:09.767

1 Avoid unwanted path in Zip file in makefile 2012-08-23T11:30:56.530

1 Trying to compile glibc in ubuntu. Why does configure stop at linuxthreads? 2012-09-07T06:29:04.140

1 executing a shell-script through makefile 2013-01-10T11:44:19.443

1 Configure Makefile 2013-08-23T12:45:42.040

1 Android makefiles(.mk) documentation 2013-12-05T03:42:51.550

1 Is there any way to see make file with all variables substituted 2013-12-20T02:52:44.880

1 Should make contain `-rm` or `rm -f` 2015-09-19T16:56:28.727

1 Makefile issues with interactive shells started as a target 2016-03-23T21:16:25.853

1 How to port $(shell find . -name '*.cpp') on windows? 2017-10-12T13:44:23.197

1 Linux From Scratch 2018-03-03T22:26:52.613

1 configure command doesn't generate Makefile? 2018-06-04T13:47:55.127

1 DMX4LINUX drivers wont build properly 2019-07-19T01:04:48.297

0 Files built with a makefile are disapearing (including the binary) 2012-03-21T06:20:25.713

0 dd using device label instead of device 2012-09-03T05:04:53.683

0 Makefile support for Tiny C Compiler 2012-12-21T05:16:22.580

0 How can I get the name of an executable from a makefile? 2013-02-14T15:24:48.940

0 losetup Find in Parallel / Concurrency 2013-07-31T20:14:27.393

0 Structure of make files for automatic installation 2013-11-22T08:08:55.760

0 How can i get simple makefile tutorial without compilers 2013-12-14T10:28:12.903

0 make does not show option on pressing tab on centos 2013-12-14T10:55:21.107

0 Need assistance with understanding this make file for debian linux 2013-12-16T06:04:17.667

0 "chown" for "make install" command? 2013-12-20T03:30:23.450

0 ./xsum: Permission denied make: *** [xsum.out] Error 126 2014-06-24T16:32:57.863

0 Linux - make install without replacing symlinks 2014-09-02T06:38:13.417

0 How do I make sure my code is compiling with -o3 in gnu make? 2015-06-29T01:41:00.807

0 What are the -DPOSIX and -DXWINDOWS flags for in Makefiles? 2015-07-01T17:36:36.650

0 Makefile doesn't work with "modules" 2015-09-04T18:15:54.783

0 Usage of Bash commands in Nested Loops in Makefile 2015-09-20T15:08:14.667

0 Running scripted commands within a makefile (Linux make) 2016-10-10T08:59:57.193

0 Why Make keeps creating directory over and over? 2017-02-14T00:10:28.633

0 Unable to use make when building fbida (fbi) from source 2017-03-07T03:59:04.647

0 Failed to compile with make command 2018-06-09T23:58:32.200

0 Is this make behavior expected? 2018-07-26T19:44:55.003

0 Trying to compile Asylia via its makefile, with MinGW... Wrong compiler? How to fix? 2018-12-20T21:01:08.113

0 Has anyone managed to build the STAF framework on raspberry pi with os raspbian v9? 2019-01-29T09:52:58.760

0 Stuck booting xv6 with Qemu on Mac 2019-03-04T18:13:42.053

0 Run time export of environmental variable in make 2019-03-13T17:56:18.897

0 Is ./configure targeting the wrong home directory? 2019-04-09T21:59:26.923

0 cocotb-config: command not found 2019-04-10T12:39:24.053

0 How to execute a bash script into a makefile 2019-04-16T07:15:26.363

0 autotools dosnt create Makefile.im or Makefile on new computer 2019-04-30T21:23:47.940

0 Is this the correct way to run a Makefile with a Mingw compiler? 2019-05-21T13:17:44.763

0 undefined reference to `pthread_mutex_unlock' 2019-05-23T11:33:16.280

0 Some Basic Questions about Make: Compiling a Report with Figures 2019-06-04T19:01:20.390

0 Creating a generic makefile for programs using the same static library 2019-06-29T03:20:47.470

0 Error when compiling the makefile of SEISMIC UNIX at windows using cygwin 2019-07-04T19:09:39.457

0 Can one make symlinks in Makefiles that work on Linux and Windows? 2019-08-31T19:45:14.833

0 Failure to reference libpcap library 2019-09-20T08:13:12.557

0 How to fix cmake error on payday 2 super blt source in debian buster 2019-12-13T19:30:13.113

-1 Why use RANLIB=echo in a makefile? 2016-11-09T02:05:16.797

-4 What does 'xxx' mean in Makefile? 2018-09-14T13:44:43.743