Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

wie sag ichs meinem makefile?

Empfohlene Antworten

Veröffentlicht

... wie sag ich ihm, daß ich mehrere Dateien zusammencompilieren will, und in welchem Verzeichnis er nach Header Dateien gucken soll?

Ich benutze g++ unter Unix.

Help!! :D

-> man make.

scherzkeks.

soweit war ich auch schon.

schau halt einfach mal in anderen makefiles nach dort wird es doch in der regel ausführlich beschriben!!!!

mfg null:D

Ja, man nennt mich auch Käptn Bahlsen, aber Scherz beiseite:

Auf gnu.org gibt es eine Seite mit make manuals (gogle macht's möglich)

Ansonsten empfehle ich Dir von Herold bei Addison-Wesley, entweder in der Linux/Unix-Kurzreferenz (hier sinds nur ein paar Seiten, die du dir vielleicht kopieren kannst, wenn du an das Buch leihweise rankommst; es ist relativ günstig, alllerdings auch sehr konzentriert) oder in den Linux/Unix Profitools. Da ist, insbesondere im Letzeren, genau beschrieben wie Makefiles aussehen.

Knusper, knusper,

der Käptn

<FONT COLOR="#a62a2a" SIZE="1">[ 20. September 2001 14:29: Beitrag 1 mal editiert, zuletzt von captain haddock ]</font>

CC=g++

FLAGS=-I/usr/include/

LIBS=-L/usr/local/lib/

all: main.o functions.o input.o output.o

$(CC) -o meinprog main.o functions.o input.o output.o $(LIBS)

main.o:

$(CC) $(FLAGS) -c main.c

functions.o:

$(CC) $(FLAGS) -c functions.c

input.o:

$(CC) $(FLAGS) -c input.c

output.o:

$(CC) $(FLAGS) -c output.c

Achtung, ich habe es jetzt nicht ausprobiert, müßte aber funktionieren. (Auch wenn es elegantere Wege gibt, Makefiles zu schreiben ;))

<FONT COLOR="#a62a2a" SIZE="1">[ 20. September 2001 20:29: Beitrag 2 mal editiert, zuletzt von multimac ]</font>

*freu* danke multi, daß reicht mir schon ... :)

(Original erstellt von multimac))

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Zitat:</font><HR>

functions.o:

$(CC) $(FLAGS) -c functions.c

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.