Je was op zoek naar: makefiles (Engels - Grieks)

Engels

Vertalen

makefiles

Vertalen

Grieks

Vertalen
Vertalen

Vertaal onmiddellijk teksten, documenten en gesprekken met Lara

Nu vertalen

Menselijke bijdragen

Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.

Voeg een vertaling toe

Engels

Grieks

Info

Engels

makefiles

Grieks

makefile

Laatste Update: 2014-08-20
Gebruiksfrequentie: 1
Kwaliteit:

Engels

highlighting for makefiles, python

Grieks

Τονισμός για makefiles, python

Laatste Update: 2011-10-23
Gebruiksfrequentie: 4
Kwaliteit:

Engels

integration with plain makefiles or other build systems

Grieks

Ενσωμάτωση στα αρχεία makefiles ή άλλα συστήματα δόμησης

Laatste Update: 2020-04-20
Gebruiksfrequentie: 1
Kwaliteit:

Engels

for helping me with the makefiles, and creating the debian package

Grieks

Για τη βοήθεια με τα makefiles, και τη δημιουργία των πακέτων debian

Laatste Update: 2011-10-23
Gebruiksfrequentie: 2
Kwaliteit:

Engels

the tool is written in the ruby programming language and the rakefiles (equivalent of makefiles in make) use ruby syntax.

Grieks

Το εργαλείο έχει γραφεί στη γλώσσα προγραμματισμού ruby και τα rakefiles (αντίστοιχα των makefiles του make) χρησιμοποιούν σύνταξη ruby.

Laatste Update: 2016-03-03
Gebruiksfrequentie: 1
Kwaliteit:

Engels

fixed problem #332261 (exec_prefix not properly parsed during configure/makefiles)

Grieks

Διόρθωση προβλήματος #332261 (exec_prefix δεν αναλύεται σωστά κατά τη διάρκεια διαμόρφωσης/makefiles)

Laatste Update: 2020-04-20
Gebruiksfrequentie: 1
Kwaliteit:

Engels

the thing to notice in this file is that the exec line will make this .desktop file work only after running all the other makefiles. weatherapp.sh is a small shell script created with the weatherapp.sh.in.

Grieks

Αυτό που πρέπει να σημειώσετε σε αυτό το αρχείο είναι ότι η γραμμή exec θα κάνει αυτό το αρχείο .desktop να δουλέψει μόνο μετά την εκτέλεση όλων των άλλων makefiles. Το weatherapp.sh είναι ένα μικρό σενάριο κελύφους που δημιουργήθηκε με το weatherapp.sh.in.

Laatste Update: 2020-04-20
Gebruiksfrequentie: 1
Kwaliteit:

Engels

# the actual runnable program is set to the scripts primitive. prefix bin_ tells where to copy thisbin_scripts = weatherapp.js geonames.js weatherapp.sh# list of files to be distributedextra_dist= \\ $(bin_scripts) \\ $(private_icons)\\ $(null)cleanfiles =# the desktop filesdesktopdir = $(datadir)/applicationsdesktop_data =weatherapp.desktop# convenience command for doing makefile variable substitutions in non-makefile# files (scripts, service files, etc.)do_subst = sed -e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \\ -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \\ -e 's|@localedir[@]|$(localedir)|g' \\ -e 's|@bindir[@]|$(bindir)|g' \\ -e 's|@libexecdir[@]|$(libexecdir)|g' \\ -e 's|@pkglibdir[@]|$(pkglibdir)|g' \\ -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \\ -e 's|@have_libnotify[@]|$(have_libnotify)|g' \\ -e 's|@have_libsoup[@]|$(have_libsoup)|g' \\ -e 's|@have_cheese[@]|$(have_cheese)|g'weatherapp.sh: weatherapp.sh.in$(am_v_gen) $(do_subst) $< > $@chmod +x $@cleanfiles += weatherapp.shextra_dist += weatherapp.sh.in#the application iconappicondir=$(datadir)/icons/hicolor/scalable/appsappicon_data=weather-icon.svg#icons in the applicationnull =private_icons = \\weather-clear.svg \\ weather-few-clouds.svg \\ weather-fog.svg \\ weather-icon.svg \\ weather-overcast.svg \\ weather-showers.svg \\ weather-showers-scattered.svg \\ weather-snow.svg \\ $(null)install-icons:for icon in $(private_icons); do \\mkdir -p $(destdir)$(pkgdatadir)/icons/; \\$(install_data) $(srcdir)/$$icon $(destdir)$(pkgdatadir)/icons/; \\doneinstall-data-local: install-icons

Grieks

# Το ενεργό εκτελέσιμο πρόγραμμα ορίζεται στο θεμελιακό scripts . Το πρόθεμα bin_ λέει πού θα αντιγραφεί αυτόbin_scripts = weatherapp.js geonames.js weatherapp.sh# Ο κατάλογος αρχείων για διανομήextra_dist= \\ $(bin_scripts) \\ $(private_icons)\\ $(null)cleanfiles =# Τα αρχεία της επιφάνειας εργασίαςdesktopdir = $(datadir)/applicationsdesktop_data =weatherapp.desktop# Κατάλληλη εντολή για εκτέλεση αντικαταστάσεων μεταβλητής makefile σε μη makefile# Αρχεία (σενάρια, αρχεία υπηρεσίας, κλπ.)do_subst = sed -e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \\ -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \\ -e 's|@localedir[@]|$(localedir)|g' \\ -e 's|@bindir[@]|$(bindir)|g' \\ -e 's|@libexecdir[@]|$(libexecdir)|g' \\ -e 's|@pkglibdir[@]|$(pkglibdir)|g' \\ -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \\ -e 's|@have_libnotify[@]|$(have_libnotify)|g' \\ -e 's|@have_libsoup[@]|$(have_libsoup)|g' \\ -e 's|@have_cheese[@]|$(have_cheese)|g'weatherapp.sh: weatherapp.sh.in$(am_v_gen) $(do_subst) $< > $@chmod +x $@cleanfiles += weatherapp.shextra_dist += weatherapp.sh.in#Το εικονίδιο της εφαρμογήςappicondir=$(datadir)/icons/hicolor/scalable/appsappicon_data=weather-icon.svg#Εικονίδια στην εφαρμογήnull =private_icons = \\weather-clear.svg \\ weather-few-clouds.svg \\ weather-fog.svg \\ weather-icon.svg \\ weather-overcast.svg \\ weather-showers.svg \\ weather-showers-scattered.svg \\ weather-snow.svg \\ $(null)install-icons:for icon in $(private_icons); do \\mkdir -p $(destdir)$(pkgdatadir)/icons/; \\$(install_data) $(srcdir)/$$icon $(destdir)$(pkgdatadir)/icons/; \\doneinstall-data-local: install-icons

Laatste Update: 2020-04-20
Gebruiksfrequentie: 1
Kwaliteit:

Waarschuwing: Bevat onzichtbare HTML-opmaak

Krijg een betere vertaling met
9,571,146,114 menselijke bijdragen

Gebruikers vragen nu voor assistentie



Wij gebruiken cookies om u de best mogelijke ervaring op onze website te bieden. Door de website verder te gebruiken, geeft u toestemming voor het gebruik van cookies. Klik hier voor meer informatie. OK